feat: v1.1.0 — deep researches, smart contract patterns, brand design guide#19
Merged
kasparkallas merged 8 commits intomainfrom Mar 24, 2026
Merged
feat: v1.1.0 — deep researches, smart contract patterns, brand design guide#19kasparkallas merged 8 commits intomainfrom
kasparkallas merged 8 commits intomainfrom
Conversation
… v1.1.0 (T042, T043) Add two deep researches to the skill: - semantic-money-yellowpaper.md: formal foundations (BasicParticle, index abstraction, agreement framework, FRP, conservation of value) - gda-scalability.md: how GDA achieves O(1) streaming to unlimited receivers (PDPoolIndex, rounding model, settle-on-write) Also adds SKILL.md cross-references and keywords, architecture.md formal foundations section, 2 correctness eval cases, vault tickets, roadmap update, and version bump from 1.0.0 to 1.1.0. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- New torex.md deep research (311 lines) covering TOREX protocol mechanics: TWAP observer, LME flow, discount model, back adjustments, controller hooks, MEV properties, Twin TOREX, and liquidity mover implementations - New torex.cases.json with 3 eval cases (discount model, back adjustments, Twin TOREX concept) - Cross-references between torex.md and superboring.md - SKILL.md pointer under ecosystem deep-dives - T044 ticket created and resolved Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…tions (T045, T046) New guide distilled from 8 production/example repos covering GDA pool patterns, Super App callbacks, custom SuperTokens, proxy architectures, automation/public operator pattern, and stream-based access control. Key corrections: GDA has no app credit (documented in 4 places), and decreaseMemberUnits does NOT fail from rounding (units stored as plain uint128). Added 7 eval cases with iterative refinement over 3 runs. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Eval fixes (6 cases): - torex-back-adjustments: rewrite ambiguous prompt to disambiguate from CFA deposit — explicitly mentions LMEs and additional instant transfer - codegen-vanilla-flowing-balance: relax BigInt criterion to accept sub-second Number interpolation for display smoothing - correct-error-prefix-routing: add "which contract" to prompt so contract-mapping criterion is motivated by the question - correct-basic-particle-rtb-formula: remove proactive yellowpaper citation criterion — shouldn't expect unsolicited references - correct-forwarder-addresses: remove Host-varies criterion and internal script reference from golden facts - correct-automation-public-operator: accept both Forwarder-level and CFA-level operator functions as valid answers Skill routing improvements (4 changes): - SKILL.md: add "back charge/refund between LMEs" to TOREX routing entry - SKILL.md: add "App credit is CFA-only" note in Super Apps section - super-apps.md: add See Also cross-reference to smart-contract-patterns.md - smart-contract-patterns.md: add See Also cross-references to super-apps.md and gda-scalability.md Result: 36/36 eval cases pass at 100% (was 28/36). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Deep Researches (3 new)
Smart Contract Patterns Guide (new)
decreaseMemberUnitsfails from uint128 underflow, not GDA roundingBrand Design Guide (new)
Eval Cases (10 new)
Cross-Cutting
semantic money, yellowpaper, whitepaper), new "Formal specification and protocol theory" section, GDA gotchas in Common Gotchas, routing for all new content including brand & designdistributeFlow,decreaseMemberUnitscorrected to uint128 underflowTest plan
node evals/runners/skill-eval-runner.mjs --tag deep-research— both cases pass at 100%node evals/runners/skill-eval-runner.mjs --file smart-contract-patterns🤖 Generated with Claude Code